Delete Method (Field Object) 

The Delete method deletes the user-defined or optional Field object.

Syntax

objField.Delete

Parameters

objField

Required. The Field object.

 

Remarks

This method only deletes user-defined fields and fields that represent properties considered optional by the underlying provider.

The object or collection is set to Nothing and it is removed from memory, but the change is not permanent until you use the Update, Send, or Delete method on the parent object (either the parent Folder or Message object) that contained the deleted Field object.

 

See Also

Add, Method (Fields Collection)